gdk: Remove gdk_window_[gs]et_event_compression()
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 31 Oct 2017 12:18:49 +0000 (13:18 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 14 Dec 2017 00:05:48 +0000 (01:05 +0100)
commitf79ac6d30b74337658dbfa92c8cc2f6e39541e4a
treef1949a1c95638d8b71cff3f3966d161da2b00020
parent47f04afa482af866dc28145b7d9347ee56ccf85b
gdk: Remove gdk_window_[gs]et_event_compression()

Motion compression is now the unmodifiable default, callers may
call gdk_event_get_motion_history() to check the uncoalesced
motion history.
gdk/gdkevents.c
gdk/gdkinternals.h
gdk/gdkwindow.c
gdk/gdkwindow.h
tests/testinput.c